object frmCodeExplorer: TfrmCodeExplorer Left = 330 Top = 209 BorderStyle = bsSizeToolWin Caption = 'Code Explorer' ClientHeight = 325 ClientWidth = 208 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Shell Dlg 2' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = True ShowHint = True OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object tvObjects: TTreeView Left = 0 Top = 0 Width = 208 Height = 325 HelpContext = 4480 Align = alClient Images = frmTop.ilIObjects Indent = 19 RightClickSelect = True TabOrder = 0 OnChange = tvObjectsChange OnCollapsing = tvObjectsCollapsing OnCompare = tvObjectsCompare OnContextPopup = tvObjectsContextPopup OnDblClick = tvObjectsDblClick OnDeletion = tvObjectsDeletion OnEdited = tvObjectsEdited OnEditing = tvObjectsEditing OnExpanding = tvObjectsExpanding OnExpanded = tvObjectsExpanded end object barMan: TdxBarManager AllowReset = False Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] Bars = <> CanCustomize = False Categories.Strings = ( 'Default') Categories.ItemsVisibles = ( 2) Categories.Visibles = ( True) Images = frmTop.ilmenu PopupMenuLinks = <> Style = bmsOffice11 UseSystemFont = True Left = 80 Top = 240 DockControlHeights = ( 0 0 0 0) object bbGoto: TdxBarButton Caption = 'Goto' Category = 0 Hint = 'Goto' Visible = ivAlways OnClick = tvObjectsDblClick end object bbRefresh: TdxBarButton Caption = 'Refresh' Category = 0 Hint = 'Refresh' Visible = ivAlways ImageIndex = 207 OnClick = miRefreshClick end object bbOpen: TdxBarButton Caption = 'Open' Category = 0 Hint = 'Open' Visible = ivAlways ImageIndex = 1 OnClick = miOpenClick end object bbCopy: TdxBarButton Caption = 'Copy' Category = 0 Hint = 'Copy' Visible = ivAlways ImageIndex = 8 OnClick = miCopyClick end object bbRename: TdxBarButton Caption = 'Rename' Category = 0 Hint = 'Rename' Visible = ivAlways OnClick = miRenameClick end object bbDelete: TdxBarButton Caption = 'Delete' Category = 0 Hint = 'Delete' Visible = ivAlways OnClick = miDeleteClick end object bbEditNodes: TdxBarButton Caption = 'EditNodes' Category = 0 Hint = 'EditNodes' Visible = ivAlways OnClick = miEditNodesClick end object bbSaveContent: TdxBarButton Caption = 'SaveContent' Category = 0 Hint = 'SaveContent' Visible = ivAlways OnClick = miSaveContentClick end object bbDockable: TdxBarButton Caption = 'Dockable' Category = 0 Hint = 'Dockable' Visible = ivAlways ButtonStyle = bsChecked OnClick = miDockableClick end object bbClose: TdxBarButton Caption = 'Close' Category = 0 Hint = 'Close' Visible = ivAlways OnClick = miCloseClick end end object popupCodeExplorer: TdxBarPopupMenu BarManager = barMan ItemLinks = < item Item = bbGoto Visible = True end item Item = bbRefresh Visible = True end item BeginGroup = True Item = bbOpen Visible = True end item Item = bbCopy Visible = True end item Item = bbRename Visible = True end item Item = bbDelete Visible = True end item BeginGroup = True Item = bbEditNodes Visible = True end item Item = bbSaveContent Visible = True end item BeginGroup = True Item = bbDockable Visible = True end item BeginGroup = True Item = bbClose Visible = True end> UseOwnFont = False OnPopup = pmPopupPopup Left = 75 Top = 105 end end